home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / time / alarm < prev    next >
Encoding:
Text File  |  1992-12-17  |  575 b   |  12 lines

  1.  
  2.  
  3.           alarm seconds
  4.                Instructs the system to send a SIGALRM signal in the
  5.                specified number of seconds.  This is a floating point
  6.                number, so fractions of a section may be specified.  If
  7.                seconds is 0.0, any previous alarm request is canceled.
  8.                Only one alarm at a time may be active; the command
  9.                returns the number of seconds left in the previous
  10.                alarm.  On systems without the setitimer system call,
  11.                seconds is rounded up to an even number of seconds.
  12.